home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / BOXES / THSTCBO2 / READ.ME < prev    next >
Text File  |  1996-05-20  |  2KB  |  47 lines

  1.   THistoryComboBox:
  2.   FREEWARE !
  3.   Version 1.5, May 96
  4.   Author: Christian Holzner, Austria
  5.           Internet: cholzner@ping.at
  6.  
  7. ********************************************************************************
  8.  
  9.   Reads/Writes Items of a TComboBox to/from Registry.
  10.   The reading and writing has to be initiated manually (methods: ReadRegistry,
  11.   WriteRegistry). It could also done in Create/Destroy but then I would loose
  12.   flexibility.
  13.  
  14.   Sorry, that the names of the methods/properties changed but I wanted to get
  15.   rid of all namings with "Ini" in it.
  16.  
  17.   If you find any bugs or enhance this component I would like to get an info.
  18.  
  19. *******************************************************************************
  20.  
  21.   History:
  22.  
  23.     1.0, Jan. 96: Uses Ini-file for storage.
  24.     1.5, May 96 : Uses Registry for storage
  25.                   Replaced 'Exit' with 'Break' which caused memory leak. (My
  26.                     Clipper history affected me with the 'Exit' statement ;-)
  27.                   New method 'AddToList' by Jeff Goldberg (jeffg@haven.ios.com)
  28.                   Renamed methods '...IniFile' to '...Registry'
  29.                   Renamed properties 'IniFileName' to 'Key',
  30.  
  31. *******************************************************************************
  32.  
  33.   Installation:
  34.  
  35.   Add the file HSTCBO.PAS in the "Component|Install..." dialog.
  36.   The component will be installed in the "Standard"-tab.
  37.  
  38. *******************************************************************************
  39.  
  40.   The sample project HCBTEST.DPR creates the component dynamically, which means 
  41.   that you can test the component without installing it. The programm stores 
  42.   the list of the combobox in the Registry in '\HKey_Current_User\Software\HCBTEST'.
  43.   You can review that with an approbiate editor (e.g. regedit.exe).
  44.  
  45.  
  46. Christian Holzner, Austria
  47. cholzner@ping.at